home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / programm / a56 / examples / readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  1.7 KB  |  43 lines

  1. DSP56001 code examples -
  2.  
  3. These code samples are fragments that run at interrupt time to generate
  4. the next sample.  Additional code is required to set up the processor
  5. and hardware based on your specific configuration.  A portion of my runtime
  6. environment is illustrated in tdsg.basic.a56, which is included by most
  7. of the examples.  It is assumed that external 0-wait-state RAM exists in
  8. all spaces, and that a stereo A/D and DAC are hooked up to the SSI ports,
  9. in alternating L/R format.
  10.  
  11. Some of the code is based on stuff from the Motorola Dr. Bubb BBS and
  12. Todd Day's archives.
  13.  
  14. The Makefile processes .a56 files by first running them through cpp and/or m4.
  15. The resulting .omf files are suitable for downloading by sloader.a56.
  16.  
  17. On my hardware, the MSG macro, and the disp subroutine output stuff to a
  18. two-digit hex display.  
  19.  
  20. FILES
  21.  
  22. Makefile    Builds all of the examples
  23. *.lis        Reference listings
  24. README        This file
  25. caltone.a56    A calibration tone generator using table lookup and
  26.         interpolation.
  27. caltone.inc    Include file for caltone.a56 that sets the frequency
  28. chorus.a56    Stereo chorus effect
  29. disp.a56    Display subroutine for my 2-digit hex display
  30. flange.a56    Stereo flanger
  31. ioequ.inc    Equate file from Mot BBS
  32. memtest.a56    Simple memory test for my board
  33. pink.a56    Pink noise generator (sorta)
  34. reverb.a56    My first attempt at stereo reverb.  Fairly crude.
  35. rvb2.asm    4-comb Moorer-type reverb from Mot BBS.
  36. sixcomb.a56    My implementation of the six-comb Moorer reverb.  Much
  37.         improved over reverb.a56.
  38. sloader.a56    Serial loader.  I use this on my board's midi port
  39. tdsg.a56    My board's hardware-specific environment
  40. test-dac.a56    A simple program I use to test my DACs
  41. test-int.a56    Interrupt-driven version of test-dac.a56
  42. thru.a56    Simple copy-in-to-out program
  43.